Chapter 16 Summarizing Your Data
16.2 PROC MEANS—Starting from the Beginning
16.3 Adding a BY Statement to PROC MEANS
16.4 Using a CLASS Statement with PROC MEANS
16.5 Applying a Format to a CLASS Variable
16.6 Deciding between a BY Statement and a CLASS Statement
16.7 Creating Summary Data Sets Using PROC MEANS
16.8 Outputting Other Descriptive Statistics with PROC MEANS
16.9 Asking SAS to Name the Variables in the Output Data Set
16.10 Outputting a Summary Data Set: Including a BY Statement
16.11 Outputting a Summary Data Set: Including a CLASS Statement
16.12 Using Two CLASS Variables with PROC MEANS
16.13 Selecting Different Statistics for Each Variable
16.1 Introduction ...